Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference


extractRootFile

This procedure extracts the root filename from a path. It returns both the filename and the filename with an extension, if there is one.

Location: ry\app\ryrepmngrp.i

Parameters:

INPUT pcFileName AS CHARACTER

The filename to parse.

OUTPUT pcRootFile AS CHARACTER

The root filename without its extension.

OUTPUT pcRootFileExt AS CHARACTER

The root filename with its extension, if any.

Notes: None

Examples: See the insertObjectMaster procedure in ry\app\rydesmngrp.i.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095